home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / ntfsdos.zip / README.TXT < prev   
Text File  |  1996-09-13  |  14KB  |  344 lines

  1. ======================================================================
  2.  
  3. NTFS File System Driver for DOS/Windows V1.2 (read-only)
  4. Copyright (C) 1996 Mark Russinovich and Bryce Cogswell
  5.  
  6. Last modified September 11, 1996
  7.  
  8. ======================================================================
  9.  
  10. NTFSDOS.EXE is a network file system redirector for DOS/Windows 
  11. that is able to recognize and mount NTFS drives for transparent
  12. access.  It makes NTFS drives appear indistinguishable from standard 
  13. FAT drives, providing the ability to navigate, view and execute programs 
  14. on them from DOS or from Windows, including from the Windows 3.1 File 
  15. Manager and Windows 95 Explorer.
  16.  
  17.  
  18. Please read this entire file before contacting us for help.  
  19.  
  20.  
  21. Availability
  22. ============
  23.  
  24. The latest version of NTFSDOS can be found at:
  25.  
  26.     http://www.ntinternals.com
  27.  
  28.  
  29. Sample Output
  30. =============
  31.  
  32. Here is sample output from an NTFSDOS session under DOS 7.0 (Windows 95):
  33.  
  34. C:\ntfsdos>ntfsdos
  35.  
  36. NTFS File System Redirector for DOS/Windows V1.2 (read-only)
  37. Copyright (C) 1996 Mark Russinovich and Bryce Cogswell
  38.  
  39. Initialized 500KB of XMS cache.
  40.  
  41. Mounting NTFS partition(0x80:3) as drive: H
  42.  
  43. C:\ntfsdos>h:
  44.  
  45. H:\>dir
  46.  
  47.  Volume in drive H is ntfs
  48.  Directory of H:\
  49.  
  50. EMACS          <DIR>        03-16-96  8:31a emacs
  51. FILEMON        <DIR>        04-18-96  3:30p filemon
  52.                <DIR>        05-01-96  1:20p newlongfilename
  53. NTICE          <DIR>        03-30-96  8:18a NTICE
  54. PAGEFILE SYS    28,311,552  04-07-96 12:16p pagefile.sys
  55. PROGRA~1       <DIR>        03-30-96  5:20a Program Files
  56. RECYCLER       <DIR>        03-30-96  5:36a RECYCLER
  57. TEMP           <DIR>        05-15-96 12:58a temp
  58. USERS          <DIR>        03-16-96  3:27a users
  59. WIN32APP       <DIR>        03-16-96  3:27a win32app
  60. WINNT          <DIR>        03-30-96  8:41a WINNT
  61. WINNT35        <DIR>        05-15-96 12:58a WINNT35
  62.          1 file(s)     28,311,552 bytes
  63.         11 dir(s)     388,284,416 bytes free
  64.  
  65. H:\>
  66.  
  67. ----------------------------------------------------------------------
  68.  
  69.  
  70. Enhancements over V1.1
  71. ======================
  72.  
  73. NTFSDOS V1.2 has the following improvements over V1.1:
  74.  
  75.     - Support for NT 4.0 formatted drives
  76.     - Command line options for cache sizing and drive mapping
  77.     - Support for large drives (>2GB). If extended INT13 services
  78.           are present in the BIOS, NTFSDOS will use them to access drives.
  79.         - Conflicts with MSCDEX fixed. NTFSDOS can now co-exist with
  80.           Microsoft's real-mode CD-ROM driver.
  81.     - Drive detection fixed. NTFSDOS no longer confuses HPFS drives 
  82.       for NTFS (finally!).
  83.     - Several minor bug fixes.
  84.  
  85.  
  86. Contents of Package
  87. ===================
  88.  
  89. README.TXT  - this readme
  90. NTFSDOS.EXE - DOS/Windows NTFS file-system driver
  91. NTFSHLP.VXD - helper VxD needed only for long filename support in
  92.               Windows 95
  93.  
  94.  
  95. Installation and Use
  96. ====================
  97.  
  98. To use NTFSDOS, simply execute it from the DOS command line (DOS
  99. 5.0 or greater is required), or from your AUTOEXEC.BAT. Executing 
  100. NTFSDOS before Windows is started will create NTFS drives that 
  101. are visible globally once inside Windows. Executing NTFSDOS in a DOS box 
  102. means that the NTFS drives only exist within the DOS box where NTFSDOS 
  103. was executed.
  104.  
  105. When NTFSDOS starts, it will scan all hard-disk partitions on
  106. your system to look for NTFS drives. It will mount all NTFS drives
  107. it finds as unique DOS logical drive letters, and will inform you
  108. as it does so. 
  109.  
  110. If you run NTFSDOS under DOS 7.0, NTFS drives will support long filename 
  111. calls *even before Windows starts*.  To propagate this support into 
  112. Windows 95, NTFSDOS automatically has Windows run the NTFSHLP.VXD VxD 
  113. device driver. No changes to SYSTEM.INI or the registry are necessary 
  114. for this to occur - NTFSDOS will detect when Windows 95 starts and 
  115. load the driver without user-intervention. You need NTFSHLP.VXD only
  116. if you will be running NTFSDOS with Windows 95.
  117.  
  118. NTFSDOS implements its own caching, and uses one of two types of
  119. memory, depending on how your system is configured. Its first
  120. choice is to use XMS memory for caching, as this minimizes demands
  121. placed on conventional memory. If you start NTFSDOS before Windows,
  122. then HIMEM.SYS, which can be found in the WINDOWS directory under 
  123. Windows 95 or the DOS directory under Windows 3.1, or its equivalent, 
  124. must be started before NTFSDOS. If NTFSDOS does not detect an XMS
  125. server, it will resort to allocating 64KB of conventional memory for
  126. its cache. In either case, it will inform you of its action.
  127.  
  128. NTFSDOS takes three command line parameters. The /D parameter lets you 
  129. specify which driver letter NTFSDOS should start at when it determines
  130. where to mount an NTFS drive. The /C option lets you override the
  131. default XMS cache size. The /V option directs NTFSDOS to print some
  132. messages detailing the drives it looks at the memory it allocates. 
  133. The syntax for these parameters is:
  134.  
  135.     /D:<letter>    Specifies drive to start mounting at
  136.     /C:<size>    Specifies size of XMS cache in KB
  137.     /V        Verbose 
  138.  
  139. Example:
  140.     NTFSDOS /D:e /C:1024
  141.  
  142. This command has NTFSDOS start scanning for available drive letters at
  143. drive letter 'e' and indicates that it should create a 1MB XMS cache.
  144.  
  145. There is no way to unload NTFSDOS from memory once it has started.
  146.  
  147.  
  148. If You Have Problems Running NTFSDOS
  149. ====================================
  150.  
  151. * NTFSDOS does not recognize my NTFS drive
  152.  
  153. NTFSDOS does not handle cluster sizes > 4K on NT 4.0 formatted drives. This
  154. is rare, since NTFS compression does not handle these cluster sizes either.
  155.  
  156. NTFSDOS requires that disks be accessible via BIOS, using the INT 13 or
  157. extended INT 13 services. In some cases, SCSI drives may not be fully 
  158. accessible without a DOS device driver (see your SCSI adapter documentation).
  159.  
  160. * NTFSDOS uses too much conventional memory
  161.  
  162. Some people have complained that NTFSDOS is a memory hog.  Unfortunately,
  163. this fact is largely imposed on us by the architecture of NTFS itself 
  164. (sorry, but its a *little* more complicated than FAT, and much more memory
  165. intensive), coupled with our desire to provide reasonable performance
  166. across a wide variety of NTFS installations.  In general, the footprint
  167. of NTFSDOS increases largely with the clustersize of the largest NTFS 
  168. partition, and slightly with the number of NTFS volumes mounted.
  169.  
  170. * Accessing an NTFSDOS drive causes a hang or crash
  171.  
  172. NTFSDOS does not support disk striping. Further, it cannot handle drives 
  173. that are on partitions extending beyond the 2GB boundary, or that 
  174. are larger than 2GB in size, UNLESS the computer's BIOS has extended
  175. INT 13 support for the drives in question. The latter restrictions are due to 
  176. limitations in standard disk BIOS code that prevent it from addressing 
  177. sectors 2GB or more from the start of a disk.
  178.  
  179. NTFSDOS has not been thoroughly bullet-proofed against corrupt NTFS
  180. drive data structures, so it may cause Windows to crash or hang
  181. when it runs into problems. To insure that a crash or hang is due
  182. to a problem with NTFSDOS rather than your NTFS drive, be sure to
  183. chkdsk the drive from Windows NT and try NTFSDOS again.
  184.  
  185. * Starting programs or loading files seems very slow
  186.  
  187. Access of large compressed files may be noticeably slower than of
  188. their non-compressed versions.
  189.  
  190. * File times are not correct when running under DOS 7.0 without Windows 95
  191.  
  192. This problem is due to the fact that NTFS and LFN FAT time stamps are 
  193. stored in Coordinated Universal Time (UTC), which is based on Greenwich Mean
  194. Time, and Windows 95 automatically converts times stamps returned by LFN 
  195. calls to local time.  Since local time zone information is not accessible 
  196. outside of Windows 95, running NTFSDOS under DOS 7.0 without Windows 95 
  197. results in the display of unadjusted times. 
  198.  
  199. * Programs complain about not being able to find files when they are 
  200.   there
  201.  
  202. A directory listing of files that have no short filename will result
  203. in the short filename field of the listing being blank (see the file,
  204. "newlongfilename," in the sample listing above). Changing the current
  205. directory